@charset "utf-8";


html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

body, button, input, select, textarea {
    font: 14px/1.5 "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul, ol, li, dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset, img {
    border: 0;
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

i {
    display: inline-block;
    font-style: normal;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.nocopy {
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

i, s, b, em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input, button, textarea, select, optgroup, option {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

button, input[type="button"], input[type="submit"] {
    cursor: pointer;
}

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*placeholder 文字颜色设置*/
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #757575;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus, textarea:focus, select:focus {
    outline: none !important;
}

/* 去掉select的默认样式 */
/*select {*/
/*    -webkit-appearance: none;*/
/*}*/

.oveh {
    overflow: hidden !important;
}

.transtion03 {
    transition: all .3s !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none !important;
}

.hide {
    display: none !important;
}

.auto0 {
    margin: 0 auto;
}

.visibilityH {
    visibility: hidden;
}

.cl {
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt60 {
    margin-top: 60px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement, ::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}
.ell1{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.ell2{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.ell3{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}